func encoding/xml.defaultStart
5 uses
encoding/xml (current package)
marshal.go#L449: return p.marshalInterface(marshaler, defaultStart(typ, finfo, startTemplate))
marshal.go#L456: return p.marshalInterface(marshaler, defaultStart(pv.Type(), finfo, startTemplate))
marshal.go#L464: return p.marshalTextInterface(textMarshaler, defaultStart(typ, finfo, startTemplate))
marshal.go#L471: return p.marshalTextInterface(textMarshaler, defaultStart(pv.Type(), finfo, startTemplate))
marshal.go#L678: func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {